Serveur d'exploration sur la recherche en informatique en Lorraine

Attention, ce site est en cours de développement !
Attention, site généré par des moyens informatiques à partir de corpus bruts.
Les informations ne sont donc pas validées.

Symbolic Scheduling of Parameterized Task Graphs on Parallel Machines

Identifieur interne : 009E23 ( Main/Exploration ); précédent : 009E22; suivant : 009E24

Symbolic Scheduling of Parameterized Task Graphs on Parallel Machines

Auteurs : Michel Cosnard [France] ; Emmanuel Jeannot [France] ; Tao Yang [États-Unis]

Source :

RBID : ISTEX:37D037FB56E0E8534D4B93E6E06FC251CE028C3C

Abstract

Abstract: In this chapter we address the problem of allocating parallel tasks on a distributed memory machine for coarse-grain applications represented by parameterized task graphs (PTG). A PTG is a new computation model for representing directed acyclic task graphs (DAG) symbolically. The size of a PTG is independent of the problem size and its parameters can be instantiated at run time. Parameterindependent optimization is important for exploiting non-static parallelism in scientific computing programs with varying problem sizes and the previous DAG scheduling algorithms are not able to handle such cases. We present and study a symbolic scheduling algorithm called SLC (Symbolic Linear Clustering) which derives task clusters from a PTG using affine piecewise mapping functions and then evenly assigns clusters to processors. Our experimental results show that the proposed method is effective for a number of compute-intensive problems in scientific applications.

Url:
DOI: 10.1007/978-1-4757-3155-2_9


Affiliations:


Links toward previous steps (curation, corpus...)


Le document en format XML

<record>
<TEI wicri:istexFullTextTei="biblStruct">
<teiHeader>
<fileDesc>
<titleStmt>
<title xml:lang="en">Symbolic Scheduling of Parameterized Task Graphs on Parallel Machines</title>
<author>
<name sortKey="Cosnard, Michel" sort="Cosnard, Michel" uniqKey="Cosnard M" first="Michel" last="Cosnard">Michel Cosnard</name>
</author>
<author>
<name sortKey="Jeannot, Emmanuel" sort="Jeannot, Emmanuel" uniqKey="Jeannot E" first="Emmanuel" last="Jeannot">Emmanuel Jeannot</name>
</author>
<author>
<name sortKey="Yang, Tao" sort="Yang, Tao" uniqKey="Yang T" first="Tao" last="Yang">Tao Yang</name>
</author>
</titleStmt>
<publicationStmt>
<idno type="wicri:source">ISTEX</idno>
<idno type="RBID">ISTEX:37D037FB56E0E8534D4B93E6E06FC251CE028C3C</idno>
<date when="2000" year="2000">2000</date>
<idno type="doi">10.1007/978-1-4757-3155-2_9</idno>
<idno type="url">https://api.istex.fr/ark:/67375/HCB-ZGC6197T-7/fulltext.pdf</idno>
<idno type="wicri:Area/Istex/Corpus">000D18</idno>
<idno type="wicri:explorRef" wicri:stream="Istex" wicri:step="Corpus" wicri:corpus="ISTEX">000D18</idno>
<idno type="wicri:Area/Istex/Curation">000D10</idno>
<idno type="wicri:Area/Istex/Checkpoint">002076</idno>
<idno type="wicri:explorRef" wicri:stream="Istex" wicri:step="Checkpoint">002076</idno>
<idno type="wicri:doubleKey">1388-3011:2000:Cosnard M:symbolic:scheduling:of</idno>
<idno type="wicri:Area/Main/Merge">00A404</idno>
<idno type="wicri:Area/Main/Curation">009E23</idno>
<idno type="wicri:Area/Main/Exploration">009E23</idno>
</publicationStmt>
<sourceDesc>
<biblStruct>
<analytic>
<title level="a" type="main" xml:lang="en">Symbolic Scheduling of Parameterized Task Graphs on Parallel Machines</title>
<author>
<name sortKey="Cosnard, Michel" sort="Cosnard, Michel" uniqKey="Cosnard M" first="Michel" last="Cosnard">Michel Cosnard</name>
<affiliation wicri:level="3">
<country xml:lang="fr">France</country>
<wicri:regionArea>LORIA INRIA Lorraine, 615, rue du Jardin Botanique, 54602, Villers les Nancy</wicri:regionArea>
<placeName>
<region type="region" nuts="2">Grand Est</region>
<region type="old region" nuts="2">Lorraine (région)</region>
<settlement type="city">Villers les Nancy</settlement>
</placeName>
</affiliation>
<affiliation wicri:level="1">
<country wicri:rule="url">France</country>
</affiliation>
</author>
<author>
<name sortKey="Jeannot, Emmanuel" sort="Jeannot, Emmanuel" uniqKey="Jeannot E" first="Emmanuel" last="Jeannot">Emmanuel Jeannot</name>
<affiliation wicri:level="3">
<country xml:lang="fr">France</country>
<wicri:regionArea>LaBRI, University of Bordeaux I, 351, cours de la Liberation, 33405, Talence Cedex</wicri:regionArea>
<placeName>
<region type="region" nuts="2">Nouvelle-Aquitaine</region>
<region type="old region" nuts="2">Aquitaine</region>
<settlement type="city">Talence</settlement>
</placeName>
</affiliation>
<affiliation wicri:level="1">
<country wicri:rule="url">France</country>
</affiliation>
</author>
<author>
<name sortKey="Yang, Tao" sort="Yang, Tao" uniqKey="Yang T" first="Tao" last="Yang">Tao Yang</name>
<affiliation wicri:level="2">
<country xml:lang="fr">États-Unis</country>
<wicri:regionArea>CS Dept. UCSB, Engr Building I, 93106, Santa Barbara, CA</wicri:regionArea>
<placeName>
<region type="state">Californie</region>
</placeName>
</affiliation>
<affiliation wicri:level="1">
<country wicri:rule="url">États-Unis</country>
</affiliation>
</author>
</analytic>
<monogr></monogr>
<series>
<title level="s" type="main" xml:lang="en">Combinatorial Optimization</title>
<idno type="ISSN">1388-3011</idno>
<idno type="ISSN">1388-3011</idno>
</series>
</biblStruct>
</sourceDesc>
<seriesStmt>
<idno type="ISSN">1388-3011</idno>
</seriesStmt>
</fileDesc>
<profileDesc>
<textClass></textClass>
</profileDesc>
</teiHeader>
<front>
<div type="abstract" xml:lang="en">Abstract: In this chapter we address the problem of allocating parallel tasks on a distributed memory machine for coarse-grain applications represented by parameterized task graphs (PTG). A PTG is a new computation model for representing directed acyclic task graphs (DAG) symbolically. The size of a PTG is independent of the problem size and its parameters can be instantiated at run time. Parameterindependent optimization is important for exploiting non-static parallelism in scientific computing programs with varying problem sizes and the previous DAG scheduling algorithms are not able to handle such cases. We present and study a symbolic scheduling algorithm called SLC (Symbolic Linear Clustering) which derives task clusters from a PTG using affine piecewise mapping functions and then evenly assigns clusters to processors. Our experimental results show that the proposed method is effective for a number of compute-intensive problems in scientific applications.</div>
</front>
</TEI>
<affiliations>
<list>
<country>
<li>France</li>
<li>États-Unis</li>
</country>
<region>
<li>Aquitaine</li>
<li>Californie</li>
<li>Grand Est</li>
<li>Lorraine (région)</li>
<li>Nouvelle-Aquitaine</li>
</region>
<settlement>
<li>Talence</li>
<li>Villers les Nancy</li>
</settlement>
</list>
<tree>
<country name="France">
<region name="Grand Est">
<name sortKey="Cosnard, Michel" sort="Cosnard, Michel" uniqKey="Cosnard M" first="Michel" last="Cosnard">Michel Cosnard</name>
</region>
<name sortKey="Cosnard, Michel" sort="Cosnard, Michel" uniqKey="Cosnard M" first="Michel" last="Cosnard">Michel Cosnard</name>
<name sortKey="Jeannot, Emmanuel" sort="Jeannot, Emmanuel" uniqKey="Jeannot E" first="Emmanuel" last="Jeannot">Emmanuel Jeannot</name>
<name sortKey="Jeannot, Emmanuel" sort="Jeannot, Emmanuel" uniqKey="Jeannot E" first="Emmanuel" last="Jeannot">Emmanuel Jeannot</name>
</country>
<country name="États-Unis">
<region name="Californie">
<name sortKey="Yang, Tao" sort="Yang, Tao" uniqKey="Yang T" first="Tao" last="Yang">Tao Yang</name>
</region>
<name sortKey="Yang, Tao" sort="Yang, Tao" uniqKey="Yang T" first="Tao" last="Yang">Tao Yang</name>
</country>
</tree>
</affiliations>
</record>

Pour manipuler ce document sous Unix (Dilib)

EXPLOR_STEP=$WICRI_ROOT/Wicri/Lorraine/explor/InforLorV4/Data/Main/Exploration
HfdSelect -h $EXPLOR_STEP/biblio.hfd -nk 009E23 | SxmlIndent | more

Ou

HfdSelect -h $EXPLOR_AREA/Data/Main/Exploration/biblio.hfd -nk 009E23 | SxmlIndent | more

Pour mettre un lien sur cette page dans le réseau Wicri

{{Explor lien
   |wiki=    Wicri/Lorraine
   |area=    InforLorV4
   |flux=    Main
   |étape=   Exploration
   |type=    RBID
   |clé=     ISTEX:37D037FB56E0E8534D4B93E6E06FC251CE028C3C
   |texte=   Symbolic Scheduling of Parameterized Task Graphs on Parallel Machines
}}

Wicri

This area was generated with Dilib version V0.6.33.
Data generation: Mon Jun 10 21:56:28 2019. Site generation: Fri Feb 25 15:29:27 2022